home *** CD-ROM | disk | FTP | other *** search
- property goMarker
- global downloadList
-
- on getPropertyDescriptionList
- description = [:]
- addProp(description, #goMarker, [#default: 1, #format: #marker, #comment: "go to marker:"])
- return description
- end
-
- on mouseUp me
- if downloadList.count <> 0 then
- sendAllSprites(#backgroundImage)
- go(goMarker)
- end if
- end
-